home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / readme.1st < prev    next >
Text File  |  1993-08-20  |  5KB  |  155 lines

  1. ============================================================================
  2. README.1st    for Complex Conversion System & Extended C Library (CCS-ECL)
  3.         July 1, 1992    - (ftp)128.3.196.93
  4. ============================================================================
  5.  
  6. #    Lawrence Berkeley Laboratory - Imaging Technology Group
  7.  
  8. This is the CCS-ECL software for public release, version 1.1 - Aug15-93.
  9.  
  10.     The CCS is a standard software interface for image processing in which
  11. users and programmers can easily manipulate various images without worrying
  12. about image types, such as GIF, RLE, TIFF, etc.; the CCS also provides many
  13. debug and image manipulation functions.  This release contains all parts of the
  14. standard CCS-ECL software, but not HIPS library since HIPS is copyrighted.
  15. It is available from:
  16.         Mike Landy,
  17.         SharpImage Software
  18.         P.O. Box 373, Prince Street Station,
  19.         New York, NY  10012-0007
  20.         landy@nyu.edu
  21. HIPS package contains a number of excellent image tools.
  22.  
  23.     The following image types are included in this CCS-ECL release:
  24. FITS, GIF, ICC, JPEG, PICT, PNM (PPM, PGM, PBM), RLE, SUN-RASTER, and TIFF
  25. Note:
  26.     If you want to be able to write a SUN-RASTER image by using CCS, 
  27. (e.g. to use ccs-lib/sun/sources/torast.c), you have to have the libpixrect.a
  28. (sun library) installed on your machine.  This is a restriction for writing a
  29. SUN-RASTER file.
  30.  
  31.     Current multi-frame JPEG version is based on version 4 release.
  32.  
  33.     The difference from release 1.0 - Ja1-92:
  34.         JPEG memory management
  35.         Table interface
  36.         Tools - open to public - including:
  37.             Image-processing tools
  38.                 3d-tools/
  39.                 3dscale_geom/
  40.                 convert/
  41.                 getobj3d/
  42.                 hips/
  43.                 isobuild/
  44.                 lut/
  45.                 mahe/
  46.                 tools/
  47.                 ...
  48.             Network (server, RTP, ...)
  49.             Extended X server - getx
  50.                 movie generater and player
  51.                 image editor
  52.             3D segmentation and analysis (segal)
  53.             Virtual (Very) Fast Fourier Transform
  54.  
  55.  
  56. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  57.  
  58. This software is copyrighted (C) by the Lawrence Berkeley Laboratory.
  59. Permission is granted to reproduce this software for non-commercial
  60. purposes provided that this notice is left intact.
  61.  
  62. It is acknowledged that the U.S. Government has rights to this software
  63. under Contract DE-AC03-765F00098 between the U.S.  Department of Energy
  64. and the University of California.
  65.  
  66. This software is provided as a professional and academic contribution
  67. for joint exchange. Thus, it is experimental, and is provided ``as is'',
  68. with no warranties of any kind whatsoever, no support, no promise of
  69. updates, or printed documentation. By using this software, you
  70. acknowledge that the Lawrence Berkeley Laboratory and Regents of the
  71. University of California shall have no liability with respect to the
  72. infringement of other copyrights by any part of this software.
  73.  
  74. For further information about this notice, contact William Johnston,
  75. Bld. 50B, Rm. 2239, Lawrence Berkeley Laboratory, Berkeley, CA, 94720.
  76. (wejohnston@lbl.gov)
  77.  
  78. For further information about this software, contact:
  79.     Jin Guojun
  80.     1 Cyclotron Rd.
  81.     Bld. 50B, Rm. 2275
  82.     Lawrence Berkeley Laboratory
  83.     Berkeley, CA, 94720
  84.     Email:    g_jin@lbl.gov
  85.     Phone:    (510) 486-7531
  86.  
  87. For further information about JPEG, RLE, and TIFF libraries, contact:
  88.  
  89.     JPEG -    jpeg-info@uunet.uu.net (Tom_Lane@G.GP.CS.CMU.EDU)
  90.  
  91.     RLE  -    Spencer W. Thomas
  92.         University of Utah, Dept. of C.S.
  93.         Salt Lake City, Utah
  94.  
  95.     TIFF -    Aldus Corporation
  96.         411 First Avenue South
  97.         Seattle, WA 98104-2871
  98.         (206)628-6593
  99.  
  100. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  101.  
  102.  
  103. ARCHIVE LOCATION:
  104.  
  105.     The ftp site for this software is at george.lbl.gov (128.3.196.93)
  106. with user name "anonymous" and using your e-mail address as a "password".
  107. After login, cd to pub/ccs-lib, you will find files
  108.  
  109.         ccs-1.1.tar.Z and ccs-1.1-tool.tar.Z
  110.  
  111.  
  112. INSTALLATION:
  113.  
  114.     SETUP:
  115.  
  116.     decompress ccs-1.1.tar.Z and untar ccs-1.1.tar
  117.     decompress ccs-1.1-tool.tar.Z and untar ccs-1.1-tool.tar
  118.     for build all tools:
  119.         mv lbl/hips/sources/* lbl/xview    ccs-lib/tools/sources
  120.         mv lbl/x11/*    ccs-lib/x11
  121.  
  122.     Configure your system:
  123.         cd ccs-lib    :    change directory to ccs-lib
  124.         edit config.src    :    use any text editor (vi, ...)
  125.  
  126.             change    LIBDIR = $(DESTROOT)/lib
  127.             to    LIBDIR = your_lib
  128.             e.g.    LIBDIR = /usr/local/lib
  129.  
  130.             change    DESTDIR = $(DESTROOT)/bin
  131.             to    DESTDIR = dest-binary-dir
  132.             e.g.    DESTDIR = /usr/local/bin
  133.         or
  134.             either use default DESTROOT or change DESTROOT
  135.             such as:    DESTROOT = /usr/local
  136.  
  137.         type Configure [xxx]    to configure your system
  138.             If xxx is not given, the default is ansi which should
  139.             good for most machine. Special xxx are mip and sgi.
  140.     type make -k    to build libraries and tools.
  141.  
  142.     When programmming, read CCS-ECL handbook (cd doc; make book), ccs.n
  143. (man ccs), or read source codes in ccs-lib/convert directory.
  144.  
  145. FREE DEMO programs for SUN work-station users:
  146.  
  147.     Since entrie CCS-ECL is opened to public, so you can build all old CCS
  148. demo program by your own, and these demo programs are no long needed.
  149.  
  150.  
  151. List of this package:
  152.  
  153.     See package.lst
  154.  
  155.